reports_pat.aspx.cs
Code Type: C# Codebehind Class for ASP .NET Page
Uses Classes: CReportsPat, CPWEvent, }, DataSet, DataTable, CDataConverter, CMDWSOps


Lines of Code: 386


public object OnNoteSelect(int nRowIndex, int nCellIndex, string strJ)

	 On note select, show the note 

protected void LoadTrend(string strPatID, DateTime dtFromDate, DateTime dtToDate)

	 load the trend tree 

protected void LoadNotes(string strPatID, DateTime dtFromDate, DateTime dtToDate)

	 Load the patients notes 

protected void LoadScores(string strPatID, DateTime dtFromDate, DateTime dtToDate)

	 Load the scores grid with last 10 for each 

protected void LoadSitePatients()

	 Load the population with all patients for the site the user is logged into 

protected void Page_Load(object sender, EventArgs e)

	page load 

public void OnPatSel(string strJSON)

	     On patient select, load the report data 

	

